home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / saveload.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  261b  |  14 lines

  1. /*
  2.  * saveload.h : Device-independent routines for dumping (ie printing),
  3.  *    saving, and restoring state.
  4.  *
  5.  * George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
  6.  */
  7.  
  8. #ifndef SAVELOAD_H
  9. #define SAVELOAD_H
  10.  
  11. extern int save(),load(),writeToFile();
  12.  
  13. #endif
  14.